projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e75bb9
)
Include <time.h> for time.
author
Andreas Schwab
<schwab@suse.de>
Wed, 29 Apr 1998 09:37:15 +0000
(09:37 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 29 Apr 1998 09:37:15 +0000
(09:37 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 925d1c965f2abe8bd6364f92d7db1f70cd40ff23..404f9976544b78fccb14ec405be527e47557fa09 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-24,6
+24,7
@@
Boston, MA 02111-1307, USA. */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#include <time.h>
/* Note on some machines this defines `vector' as a typedef,
so make sure we don't use that name in this file. */